PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutlineItem Class / setExpanded Method
True if the outline item is expanded when it is displayed.
In This Topic
    setExpanded Method
    In This Topic
    Sets a value indicating the initial state of the outline item.
    Syntax
    public void setExpanded( 
       boolean expanded
    )

    Parameters

    expanded
    True if the outline item is expanded when it is displayed.
    See Also